getConditions

abstract fun getConditions(): Iterator<out Condition>

Gets an iterator over additional Conditions that must be met for this schedule to be considered active.

All conditions returned by the iterator must evaluate to true for the schedule to apply, in addition to the date, time, and day-of-week criteria.

Return

An Iterator for the schedule's conditions. Returns an empty iterator if no additional conditions are set, but typically should not return null.

See also